Skip to content

fix(@angular/cli): remove standalone true ref in ai tutor#33042

Merged
alan-agius4 merged 1 commit intoangular:mainfrom
devchas:ai-tut-def-standalone
Apr 24, 2026
Merged

fix(@angular/cli): remove standalone true ref in ai tutor#33042
alan-agius4 merged 1 commit intoangular:mainfrom
devchas:ai-tut-def-standalone

Conversation

@devchas
Copy link
Copy Markdown
Contributor

@devchas devchas commented Apr 23, 2026

PR Checklist

Please check to confirm your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

What is the current behavior?

Issue Number: 32909

What is the new behavior?

AI Tutor should no longer give examples with standalone: true

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request removes the redundant standalone: true property from an Angular component example within the ai-tutor.md resource file, reflecting the fact that components are now standalone by default in recent Angular versions. I have no feedback to provide as there were no review comments to evaluate.

@alan-agius4 alan-agius4 added target: patch This PR is targeted for the next patch release action: merge The PR is ready for merge by the caretaker labels Apr 24, 2026
@alan-agius4 alan-agius4 merged commit 48eab1f into angular:main Apr 24, 2026
40 checks passed
@alan-agius4
Copy link
Copy Markdown
Collaborator

This PR was merged into the repository. The changes were merged into the following branches:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: @angular/cli target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ai-tutor example image still uses standalone: true even though it's now default

3 participants